projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d96c2f
)
(customize-group-other-window): Fix previous change.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Jun 1998 06:07:39 +0000
(06:07 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Jun 1998 06:07:39 +0000
(06:07 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index ff4a001fcbda1bc3e4905544926e2b8419702328..20ce781158c710292b52d3cc01a3bba4e28ec7e7 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-853,7
+853,7
@@
are shown; the contents of those subgroups are initially hidden."
(custom-unlispify-tag-name group))))
(if (get-buffer name)
(let ((window (selected-window)))
- (pop-to-buffer
-other-window
name)
+ (pop-to-buffer name)
(select-window window))
(custom-buffer-create-other-window
(list (list group 'custom-group))